home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9156 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: gail.ripco.com!mambuhl
  2. From: mambuhl@ripco.com (Martin Ambuhl)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: C library routines so
  5. Date: 8 Mar 1996 12:02:08 GMT
  6. Organization: Ripco Communications, Inc.
  7. Message-ID: <4hp7k0$ksj@gail.ripco.com>
  8. NNTP-Posting-Host: golden.ripco.com
  9.  
  10. arao@sdcc15.ucsd.edu (Anand (Andy) Rao)
  11. in <4hn42i$j6j@sdcc12.ucsd.edu> asks:
  12.  
  13. >How do I go about getting the source code for various C library
  14. >routines, such as memcpy?
  15.  
  16. Many vendors will make the source available, usually for a non-trivial
  17. licensing fee.  Another answer (and the one I prefer) is
  18.  
  19.     P.J. Plauger
  20.     The Standard C Library
  21.     Prentice Hall, 1992
  22.     ISBN 0-13-131509-9
  23.  
  24. "No part of this book may be reproduced in any form or by any means
  25. without permission in writing of the author.  You may use and
  26. redistribute the code fragments in this book without royalty or fee
  27. _only_ as part of executable images... " [and with proper attribution].
  28.                                                                                                          
  29. --
  30. * Martin Ambuhl       net: mambuhl@ripco.com
  31. * Chicago, IL (USA)    
  32.